//==============================================================================
// llama_anim.txt
//==============================================================================

//==============================================================================
anim Bored
{
	SetSelector
	{
	  InventoryLogic 25 75
		set hotspot
		{
			version
         		{
				Visual Animal llama_boredA
         		}
			version
         		{
				Visual Animal llama_boredB
         		}
       		}
		set hotspot
		{
			version
         		{
				Visual Animal llama_fatboredA
         		}
			version
         		{
				Visual Animal llama_fatboredB
         		}
       		}
   	}
}

//==============================================================================
anim death
{
	SetSelector
   	{
	  InventoryLogic 25 75
      		set hotspot
      		{
         		version
         		{
		      		Visual animal llama_death
         		}
       		}
      		set hotspot
      		{
         		version
         		{
		      		Visual animal llama_fatdeath
         		}
       		}
	}
}

//==============================================================================
anim walk
{
   SetSelector
   {
	  InventoryLogic 25 75
      set hotspot
      {
         version
         {
		      Visual Animal llama_walk
            tag FootstepLeft 0.30 true   
            tag FootstepRight 0.80 true   
            tag FootstepLeft 0.50 true   
            tag FootstepRight 0.90 true   
         }
       }
      set hotspot
      {
         version
         {
		      Visual Animal llama_fatwalk
            tag FootstepLeft 0.30 true   
            tag FootstepRight 0.80 true   
            tag FootstepLeft 0.50 true   
            tag FootstepRight 0.90 true   
         }
       }
	}
}

//==============================================================================
anim idle
{
	SetSelector
	{
	  InventoryLogic 25 75
		set hotspot
		{
			version
			{
		      		Visual Animal llama_idleA
         		}
   	     		version
         		{
		      		Visual Animal llama_idleB
         		}
      		}
		set hotspot
		{
			version
			{
		      		Visual Animal llama_fatidleA
         		}
   	     		version
         		{
		      		Visual Animal llama_fatidleB
         		}
      		}
   	}
}

